home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / text / tex / UsingLaTeX21.lha / UsingLatex / mf / rexx / PretendCallMF.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1994-10-21  |  326 b   |  16 lines

  1. /* Mandatory fascist comment */
  2.  
  3. /*
  4.  * PretendCallMF.rexx 1.0
  5.  * Jörgen Grahn 1994-10-20
  6.  *
  7.  * So we can see how ShowDVI would
  8.  * have called MakeTeXFont if we had
  9.  * allowed it.
  10.  *
  11.  */
  12.  
  13. Parse Arg FNTNAME DPI HBASEDPI VBASEDPI DRIVERTYPE PKFILENAME PKDIR .
  14. say FNTNAME DPI HBASEDPI VBASEDPI DRIVERTYPE PKFILENAME PKDIR
  15. exit 0
  16.